|
Hi,
I have a unit test that works fine. I am having trouble decorating
this test as a JUnitPerf test. I've done this before, so I am
stumbed at the issue I am encountering:
Many thanks for any advice,
Mike Foley
junit.framework.AssertionFailedError
at junit.extensions.TestDecorator.basicRun
(TestDecorator.java:22)
at junit.extensions.TestDecorator.run
(TestDecorator.java:28)
at
com.clarkware.junitperf.TimedTest.runUntilTestCompletion
(TimedTest.java:154)
at com.clarkware.junitperf.TimedTest.run
(TimedTest.java:138)
at com.intellij.rt.execution.junit2.JUnitStarter.main
(JUnitStarter.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at com.intellij.rt.execution.application.AppMain.main
(AppMain.java:78)
TimedTest (WAITING): null
(com.cardinal.csc.dci.scoring.common.ScorablePatientTest): 31 ms
|