Uses of Class
org.jcoderz.commons.AssertionFailedException

Packages that use AssertionFailedException
org.jcoderz.commons.util   
 

Uses of AssertionFailedException in org.jcoderz.commons.util
 

Methods in org.jcoderz.commons.util that throw AssertionFailedException
static void Assert.assertEquals(String message, int expected, int actual)
          Asserts that two integers are equal.
static void Assert.assertEquals(String message, Object expected, Object actual)
          Asserts that two objects are equal.
static void Assert.assertTrue(String message, boolean condition)
          Asserts that a condition is true.
static void Assert.fail(String message)
          Can be called if an assertion already failed.
static void Assert.fail(String message, Throwable ex)
          Can be called if an exception is unexpectedly caught.
 



Copyright 2007 The jCoderZ Project.