package org.ripple.bouncycastle.util.test; public interface Test { String getName(); TestResult perform(); }