Uses of Class
org.faktorips.runtime.test.IpsTestResult
Packages that use IpsTestResult
-
Uses of IpsTestResult in org.faktorips.runtime.test
Methods in org.faktorips.runtime.test with parameters of type IpsTestResultModifier and TypeMethodDescriptionprotected voidIpsTestCaseBase.assertEquals(Object expectedValue, Object actualValue, IpsTestResult result) Asserts that two objects are equal.protected voidIpsTestCaseBase.assertEquals(Object expectedValue, Object actualValue, IpsTestResult result, String testObject, String attribute) Asserts that two objects are equal.protected voidIpsTestCaseBase.assertEquals(Object expectedValue, Object actualValue, IpsTestResult result, String testObject, String attribute, String message) Asserts that two objects are equal.protected voidIpsTestCaseBase.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 voidIpsTestCaseBase.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 voidIpsTestCaseBase.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 voidIpsTestCaseBase.assertFalse(boolean condition, IpsTestResult result) Asserts that a condition is false.protected voidIpsTestCaseBase.assertFalse(boolean condition, IpsTestResult result, String testObject, String attribute) Asserts that a condition is false.protected voidIpsTestCaseBase.assertFalse(boolean condition, IpsTestResult result, String testObject, String attribute, String message) Asserts that a condition is false.protected voidIpsTestCaseBase.assertNotNull(Object object, IpsTestResult result) Asserts that an object is not null.protected voidIpsTestCaseBase.assertNotNull(Object object, IpsTestResult result, String testObject, String attribute) Asserts that an object is not null.protected voidIpsTestCaseBase.assertNotNull(Object object, IpsTestResult result, String testObject, String attribute, String message) Asserts that an object is not null.protected voidIpsTestCaseBase.assertNull(Object object, IpsTestResult result) Asserts that an object is null.protected voidIpsTestCaseBase.assertNull(Object object, IpsTestResult result, String testObject, String attribute) Asserts that an object is null.protected voidIpsTestCaseBase.assertNull(Object object, IpsTestResult result, String testObject, String attribute, String message) Asserts that an object is null.protected voidIpsTestCaseBase.assertTrue(boolean condition, IpsTestResult result) Asserts that a condition is true.protected voidIpsTestCaseBase.assertTrue(boolean condition, IpsTestResult result, String testObject, String attribute) Asserts that a condition is true.protected voidIpsTestCaseBase.assertTrue(boolean condition, IpsTestResult result, String testObject, String attribute, String message) Asserts that a condition is true.abstract voidIpsTestCaseBase.executeAsserts(IpsTestResult result) Method to execute several asserts and store the results in the given result object.protected voidIpsTestCaseBase.fail(Object expectedValue, Object actualValue, IpsTestResult result, String testObject, String attribute, String message) Adds a new failure to the given result.protected abstract voidIpsTest2.run(IpsTestResult result) voidIpsTestCaseBase.run(IpsTestResult result) voidIpsTestSuite.run(IpsTestResult result)