Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testParsingType1 (0.22 sec)

  1. src/test/java/jcifs/tests/NtlmTest.java

    public class NtlmTest {
    
        private CIFSContext context;
    
    
        @Before
        public void setUp () {
            this.context = SingletonContext.getInstance();
        }
    
    
        @Test
        public void testParsingType1 () throws IOException {
            int flags = 0x80000000;
            String suppliedDomain = "TESTDOM";
            String suppliedWorkstation = "TESTWS";
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Dec 16 10:38:43 GMT 2018
    - 4.8K bytes
    - Viewed (0)
Back to top