Hier der Output der TestausfŸhrung mit der Original LogApproximatorTest.class: victoria.WLAN.slacky.de:~/Desktop/Info Blatt 7/P-18 LogApproximator leo$ javac -classpath .:junit.jar *.java && java -classpath .:junit.jar LogApproximatorTest .testArgumentFaktor() has to inspect 20 cases (3 predefined, 17 random) F.testNochUngenau() has to inspect 20 cases (3 predefined, 17 random) .testReExponentiateTheLog() has to inspect 20 cases (3 predefined, 17 random) F.testValueEqualsOrigFunc() has to inspect 20 cases (3 predefined, 17 random) F Time: 0,046 There were 3 failures: 1) testArgumentFaktor(LogApproximatorTest)junit.framework.AssertionFailedError: Fall #1 : ln(0.02) expected:<0.02> but was:<0.054365636569180906> at LogApproximatorTest.testArgumentFaktor(LogApproximatorTest.java:65) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at LogApproximatorTest.main(LogApproximatorTest.java:100) 2) testReExponentiateTheLog(LogApproximatorTest)junit.framework.AssertionFailedError: Fall #1 : ln(0.02) expected:<0.02> but was:<0.05436563656918997> at LogApproximatorTest.testReExponentiateTheLog(LogApproximatorTest.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at LogApproximatorTest.main(LogApproximatorTest.java:100) 3) testValueEqualsOrigFunc(LogApproximatorTest)junit.framework.AssertionFailedError: Fall #1 : ln(0.02) expected:<-3.912023005428146> but was:<-2.9120230054279794> at LogApproximatorTest.testValueEqualsOrigFunc(LogApproximatorTest.java:92) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at LogApproximatorTest.main(LogApproximatorTest.java:100) FAILURES!!! Tests run: 4, Failures: 3, Errors: 0 victoria.WLAN.slacky.de:~/Desktop/Info Blatt 7/P-18 LogApproximator leo$