Uses of Class
org.faktorips.runtime.test.IpsTestResult

Packages that use IpsTestResult
org.faktorips.runtime.test   
 

Uses of IpsTestResult in org.faktorips.runtime.test
 

Methods in org.faktorips.runtime.test with parameters of type IpsTestResult
protected  void IpsTestCaseBase.assertEquals(Object expectedValue, Object actualValue, IpsTestResult result)
          Asserts that two objects are equal.
protected  void IpsTestCaseBase.assertEquals(Object expectedValue, Object actualValue, IpsTestResult result, String testObject, String attribute)
          Asserts that two objects are equal.
protected  void IpsTestCaseBase.assertEquals(Object expectedValue, Object actualValue, IpsTestResult result, String testObject, String attribute, String message)
          Asserts that two objects are equal.
protected  void IpsTestCaseBase.assertEqualsIgnoreScale(org.faktorips.values.Decimal expectedValue, org.faktorips.values.Decimal actualValue, IpsTestResult result)
          Deprecated. Decimal class already ignores the scale in it's equals method.
protected  void IpsTestCaseBase.assertEqualsIgnoreScale(org.faktorips.values.Decimal expectedValue, org.faktorips.values.Decimal actualValue, IpsTestResult result, String object, String attribute)
          Deprecated. Decimal class already ignores the scale in it's equals method.
protected  void IpsTestCaseBase.assertEqualsIgnoreScale(org.faktorips.values.Decimal expectedValue, org.faktorips.values.Decimal actualValue, IpsTestResult result, String object, String attribute, String message)
          Deprecated. Decimal class already ignores the scale in it's equals method.
protected  void IpsTestCaseBase.assertFalse(boolean condition, IpsTestResult result)
          Asserts that a condition is false.
protected  void IpsTestCaseBase.assertFalse(boolean condition, IpsTestResult result, String testObject, String attribute)
          Asserts that a condition is false.
protected  void IpsTestCaseBase.assertFalse(boolean condition, IpsTestResult result, String testObject, String attribute, String message)
          Asserts that a condition is false.
protected  void IpsTestCaseBase.assertNotNull(Object object, IpsTestResult result)
          Asserts that an object is not null.
protected  void IpsTestCaseBase.assertNotNull(Object object, IpsTestResult result, String testObject, String attribute)
          Asserts that an object is not null.
protected  void IpsTestCaseBase.assertNotNull(Object object, IpsTestResult result, String testObject, String attribute, String message)
          Asserts that an object is not null.
protected  void IpsTestCaseBase.assertNull(Object object, IpsTestResult result)
          Asserts that an object is null.
protected  void IpsTestCaseBase.assertNull(Object object, IpsTestResult result, String testObject, String attribute)
          Asserts that an object is null.
protected  void IpsTestCaseBase.assertNull(Object object, IpsTestResult result, String testObject, String attribute, String message)
          Asserts that an object is null.
protected  void IpsTestCaseBase.assertTrue(boolean condition, IpsTestResult result)
          Asserts that a condition is true.
protected  void IpsTestCaseBase.assertTrue(boolean condition, IpsTestResult result, String testObject, String attribute)
          Asserts that a condition is true.
protected  void IpsTestCaseBase.assertTrue(boolean condition, IpsTestResult result, String testObject, String attribute, String message)
          Asserts that a condition is true.
abstract  void IpsTestCaseBase.executeAsserts(IpsTestResult result)
          Method to execute several asserts and store the results in the given result object.
protected  void IpsTestCaseBase.fail(Object expectedValue, Object actualValue, IpsTestResult result, String testObject, String attribute, String message)
          Adds a new failure to the given result.
 void IpsTestSuite.run(IpsTestResult result)
           
protected abstract  void IpsTest2.run(IpsTestResult result)
           
 void IpsTestCaseBase.run(IpsTestResult result)
           
 



Copyright © 2015. All rights reserved.