[ summary] [ package list] [ test cases]
Tests | Errors | Failures | Success rate | Time(s) |
---|---|---|---|---|
38 | 1 | 1 | 94.74% | 5.12 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
Package | Tests | Errors | Failures | Success Rate | Time |
---|---|---|---|---|---|
net.sf.msplice | 2 | 0 | 0 | 100.00% | 0.63 |
net.sf.msplice.model | 20 | 0 | 1 | 95.00% | 3.18 |
net.sf.msplice.property.impl | 16 | 1 | 0 | 93.75% | 1.30 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | AppTest | 1 | 0 | 0 | 100.00% | 0.310 |
![]() | NaughtyTest | 1 | 0 | 0 | 100.00% | 0.321 |
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | BusinessPropertyTest | 7 | 0 | 1 | 85.71% | 0.681 |
![]() | DefaultConditionHolderTest | 4 | 0 | 0 | 100.00% | 0.470 |
![]() | DefaultValueHolderTest | 4 | 0 | 0 | 100.00% | 0.521 |
![]() | RootSpliceElementTest | 1 | 0 | 0 | 100.00% | 0.461 |
![]() | SpliceConfigTest | 1 | 0 | 0 | 100.00% | 0.561 |
![]() | ViewPropertyTest | 3 | 0 | 0 | 100.00% | 0.491 |
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | BeanutilsPropertyGetterTest | 8 | 0 | 0 | 100.00% | 0.691 |
![]() | BeanutilsPropetySetterTest | 8 | 1 | 0 | 87.50% | 0.611 |
[ summary] [ package list] [ test cases]
![]() | testInitialCondition | 0.09 |
![]() | testSetDefaultCondition | 0.00 |
![]() | testSetNullCondition | 0.00 |
![]() | testVisitor | 0.05 |
![]() | testInitialValue | 0.10 |
![]() | testSetDefaultValue | 0.00 |
![]() | testSetNullValue | 0.01 |
![]() | testVisitor | 0.06 |
![]() | testGetProperty | 0.25 |
![]() | testNestedProperty | 0.00 |
![]() | testNestedNullProperty | 0.01 |
![]() | testGetNullProperty | 0.00 |
![]() | testGetNestedNullProperty | 0.00 |
![]() | testEmptyPropertyAndNullRoot | 0.00 |
![]() | testSetInexistentProperty | 0.00 |
![]() | testNullRootObject | 0.01 |
![]() | testVisitor |
mock object mockIVisitor: expected method was not invoked expected once: visit( eq(<net.sf.msplice.model.BusinessProperty@186d4c1>) ), is void
| |
junit.framework.AssertionFailedError: mock object mockIVisitor: expected method was not invoked expected once: visit( eq(<net.sf.msplice.model.BusinessProperty@186d4c1>) ), is void at org.jmock.core.AbstractDynamicMock.verify(Unknown Source) at org.jmock.Mock.verify(Unknown Source) at org.jmock.core.VerifyingTestCase.verify(Unknown Source) at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
|
![]() | testSetNestedNullProperty |
Could not set the property with name: nestedProperty.nestedString, on object: net.sf.msplice.property.impl.TestBean@112f614, with the value: null
| |
net.sf.msplice.property.PropertySetException: Could not set the property with name: nestedProperty.nestedString, on object: net.sf.msplice.property.impl.TestBean@112f614, with the value: null at net.sf.msplice.property.impl.BeanutilsPropertySetter.setProperty(BeanutilsPropertySetter.java:31) at net.sf.msplice.property.impl.BeanutilsPropetySetterTest.testSetNestedNullProperty(BeanutilsPropetySetterTest.java:83)
|