package anoncard; import static org.junit.Assert.*; import org.junit.Test; public class ANONCardAppletSubTest_ProcessOperatorOperations extends AbtractANONCardAppletSubTest { public ANONCardAppletSubTest_ProcessOperatorOperations() { super(); } @Test public void testGetSymmetricKeyForLogfiles() { fail("Not yet implemented - might be not possible to test without smart card"); } }