1: package org.bouncycastle.util.test; 2: 3: public interface Test { 4: String getName(); 5: 6: TestResult perform(); 7: }