All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.distrimind.bouncycastle.util.test.Test Maven / Gradle / Ivy

package com.distrimind.bouncycastle.util.test;

public interface Test
{
    String getName();

    TestResult perform();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy