- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TestMutation (0.07 sec)
-
src/test/java/jcifs/tests/TestMutation.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1K bytes - Viewed (0) -
src/test/java/jcifs/tests/AllTests.java
public class AllTests { private static final Logger log = LoggerFactory.getLogger(AllTests.class); private static Map<String, TestMutation> MUTATIONS = new HashMap<>(); private static Map<String, CIFSContext> CONTEXT_CACHE = new HashMap<>(); static { MUTATIONS.put("noSigning", new TestMutation() { @Override public Map<String, String> mutate ( Map<String, String> cfg ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 14.4K bytes - Viewed (0)