Home
last modified time | relevance | path

Searched refs:KEY1 (Results 1 – 22 of 22) sorted by relevance

/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java38 private static final String KEY1 = "key1"; field in InvocationRecordTest
77 invocationRecord.set(KEY1, null); in testSet_NullValue()
78 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
85 invocationRecord.set(KEY1, STRING); in testContainsKey()
86 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
108 invocationRecord.set(KEY1, STRING); in testGetString()
109 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
130 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
132 invocationRecord.getString(KEY1); in testGetString_NotAString()
145 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java38 private static final String KEY1 = "key1"; field in InvocationRecordTest
77 invocationRecord.set(KEY1, null); in testSet_NullValue()
78 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
85 invocationRecord.set(KEY1, STRING); in testContainsKey()
86 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
108 invocationRecord.set(KEY1, STRING); in testGetString()
109 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
130 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
132 invocationRecord.getString(KEY1); in testGetString_NotAString()
145 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java38 private static final String KEY1 = "key1"; field in InvocationRecordTest
77 invocationRecord.set(KEY1, null); in testSet_NullValue()
78 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
85 invocationRecord.set(KEY1, STRING); in testContainsKey()
86 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
108 invocationRecord.set(KEY1, STRING); in testGetString()
109 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
130 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
132 invocationRecord.getString(KEY1); in testGetString_NotAString()
145 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java37 private static final String KEY1 = "key1"; field in InvocationRecordTest
76 invocationRecord.set(KEY1, null); in testSet_NullValue()
77 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
84 invocationRecord.set(KEY1, STRING); in testContainsKey()
85 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
107 invocationRecord.set(KEY1, STRING); in testGetString()
108 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
129 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
131 invocationRecord.getString(KEY1); in testGetString_NotAString()
144 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/command/
DInvocationRecordTest.java40 private static final String KEY1 = "key1"; field in InvocationRecordTest
79 invocationRecord.set(KEY1, null); in testSet_NullValue()
80 assertNull(KEY1, invocationRecord.getObject(KEY1)); in testSet_NullValue()
87 invocationRecord.set(KEY1, STRING); in testContainsKey()
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1)); in testContainsKey()
110 invocationRecord.set(KEY1, STRING); in testGetString()
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1)); in testGetString()
132 invocationRecord.set(KEY1, INT); in testGetString_NotAString()
134 invocationRecord.getString(KEY1); in testGetString_NotAString()
147 invocationRecord.set(KEY1, STRING); in testGetObject()
[all …]
/external/clang/test/Preprocessor/
Dprint-pragma-microsoft.c9 #define KEY1 "KEY1" macro
14 #pragma detect_mismatch(KEY1 KEY2, VAL1 VAL2)