Home
last modified time | relevance | path

Searched refs:AssertFailedException (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/
DAssert.java39 throw new AssertFailedException("The value for \"" + argName + "\" must be null"); in isNull()
51 throw new AssertFailedException("The value of \"" + argName + "\" is null"); in notNull()
62 throw new AssertFailedException(message); in isTrue()
73 throw new AssertFailedException(message); in isFalse()
87 throw new AssertFailedException("The \"" + argName + "\" Collection is empty"); in notNullOrEmpty()
101 throw new AssertFailedException("The \"" + argName + "\" Map is empty"); in notNullOrEmpty()
115 throw new AssertFailedException("The \"" + argName + "\" array is empty"); in notNullOrEmpty()
129 throw new AssertFailedException("The \"" + argName + "\" String is empty"); in notNullOrEmpty()
/external/flatbuffers/tests/FlatBuffers.Test/
DAssert.cs25 public class AssertFailedException : Exception class
30 public AssertFailedException(object expected, object actual) in AssertFailedException() method in FlatBuffers.Test.AssertFailedException
82 throw new AssertFailedException(expected, actual); in AreEqual()
90 throw new AssertFailedException(expected, actual); in ArrayEqual()
106 throw new AssertFailedException(true, value); in IsTrue()
114 throw new AssertFailedException(false, value); in IsFalse()
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java29 import org.mockftpserver.core.util.AssertFailedException;
117 catch (AssertFailedException expected) { in testHandleCommand_OneHandler_TooManyInvocations()
130 catch(AssertFailedException expected) { in testHandleCommand_NoHandlersDefined()
143 catch (AssertFailedException expected) { in testHandleCommand_NullCommand()
156 catch (AssertFailedException expected) { in testHandleCommand_NullSession()
169 catch (AssertFailedException expected) { in testAddCommandHandler_NullCommandHandler()
182 catch (AssertFailedException expected) { in testSetCommandHandlers_Null()
196 catch (AssertFailedException expected) { in testGetCommandHandler_UndefinedIndex()
220 catch (AssertFailedException expected) { in testGetCommandHandler_NegativeIndex()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java20 import org.mockftpserver.core.util.AssertFailedException;
113 catch (AssertFailedException expected) { in testHandleCommand_OneHandler_TooManyInvocations()
126 catch(AssertFailedException expected) { in testHandleCommand_NoHandlersDefined()
139 catch (AssertFailedException expected) { in testHandleCommand_NullCommand()
152 catch (AssertFailedException expected) { in testHandleCommand_NullSession()
165 catch (AssertFailedException expected) { in testAddCommandHandler_NullCommandHandler()
178 catch (AssertFailedException expected) { in testSetCommandHandlers_Null()
192 catch (AssertFailedException expected) { in testGetCommandHandler_UndefinedIndex()
216 catch (AssertFailedException expected) { in testGetCommandHandler_NegativeIndex()
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java29 import org.mockftpserver.core.util.AssertFailedException;
117 catch (AssertFailedException expected) { in testHandleCommand_OneHandler_TooManyInvocations()
130 catch(AssertFailedException expected) { in testHandleCommand_NoHandlersDefined()
143 catch (AssertFailedException expected) { in testHandleCommand_NullCommand()
156 catch (AssertFailedException expected) { in testHandleCommand_NullSession()
169 catch (AssertFailedException expected) { in testAddCommandHandler_NullCommandHandler()
182 catch (AssertFailedException expected) { in testSetCommandHandlers_Null()
196 catch (AssertFailedException expected) { in testGetCommandHandler_UndefinedIndex()
220 catch (AssertFailedException expected) { in testGetCommandHandler_NegativeIndex()

12345678910>>...24