Package net.sf.jstester.util

Utilities for running tests with Junit 3.x & 4.x and TestNG

See:
          Description

Interface Summary
JsAssert Abstraction over all Assert implementations.
JsAssertionError Abstraction over all Assertion errors.
 

Class Summary
Assert Environment especific Assert.
It will delegate all its call to a JsAssert depending on the runtime environment.
JsTesterUtils Provides handy methods to create assertions and errors.
If 'org.testng.Assert' can be loaded it will use TestNg features, if that fails and 'org.junit.Assert' can be loaded it will use JUnit4's features, if both fail it will fallback to JUnit 3.x
 

Package net.sf.jstester.util Description

Utilities for running tests with Junit 3.x & 4.x and TestNG



Copyright © 2006-2009. All Rights Reserved.