Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. gradlew test
  2.  
  3. > Configure project :
  4. Gradle now uses separate output directories for each JVM language, but this build assumes a single directory for all classes from a source set. This behaviour has been deprecated and is scheduled to be removed in Gradle 5.0
  5. at build_6fbs0twurv0cqpxmokazdeugo.run(C:\Windows\Temp\whalzeit09\wz02\wahlzeit\build.gradle:3)
  6. (Run with --stacktrace to get the full stack trace of this deprecation warning.)
  7. The setTestClassesDir(File) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the setTestClassesDirs(FileCollection) method instead.
  8. at build_6fbs0twurv0cqpxmokazdeugo.run(C:\Windows\Temp\whalzeit09\wz02\wahlzeit\build.gradle:3)
  9. (Run with --stacktrace to get the full stack trace of this deprecation warning.)
  10.  
  11. JAVA_HOME = C:\Program Files\Java\jdk1.8.0_151
  12.  
  13. > Task :test
  14.  
  15. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.handlers.TellFriendTest.testTellFriendMakeWebPart FAILED
  16. java.lang.ExceptionInInitializerError
  17. Caused by: java.lang.IllegalStateException
  18. Caused by: java.lang.IllegalStateException
  19. Caused by: java.lang.NullPointerException
  20.  
  21. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.handlers.TellFriendTest.testTellFriendPost FAILED
  22. java.lang.NoClassDefFoundError
  23.  
  24. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.model.CoordinateTest.testSphericDistance FAILED
  25. java.lang.AssertionError at CoordinateTest.java:39
  26.  
  27. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.model.CoordinateTest.testLocationInit FAILED
  28. java.lang.AssertionError at CoordinateTest.java:39
  29.  
  30. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.model.CoordinateTest.testEquals FAILED
  31. java.lang.AssertionError at CoordinateTest.java:39
  32.  
  33. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.model.CoordinateTest.testEqualsNegativeCase FAILED
  34. java.lang.AssertionError at CoordinateTest.java:39
  35.  
  36. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.model.CoordinateTest.testCartesianDistance FAILED
  37. java.lang.AssertionError at CoordinateTest.java:39
  38.  
  39. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.model.GuestTest.classMethod FAILED
  40. java.lang.NoClassDefFoundError
  41.  
  42. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.testEnvironmentProvider.LocalDatastoreServiceTestConfigProvider.initializationError FAILED
  43. java.lang.Exception
  44.  
  45. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.testEnvironmentProvider.RegisteredOfyEnvironmentProvider.initializationError FAILED
  46. java.lang.Exception
  47.  
  48. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.testEnvironmentProvider.SysConfigProvider.initializationError FAILED
  49. java.lang.Exception
  50.  
  51. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.testEnvironmentProvider.UserServiceProvider.initializationError FAILED
  52. java.lang.Exception
  53.  
  54. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.testEnvironmentProvider.UserSessionProvider.initializationError FAILED
  55. java.lang.Exception
  56.  
  57. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.testEnvironmentProvider.WebFormHandlerProvider.initializationError FAILED
  58. java.lang.Exception
  59.  
  60. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.model.persistence.DatastoreAdapterTest.classMethod FAILED
  61. java.lang.NoClassDefFoundError
  62.  
  63. org.wahlzeit.testSuites.AllSuites > org.wahlzeit.services.LogBuilderTest.classMethod FAILED
  64. java.lang.NoClassDefFoundError
  65.  
  66. 85 tests completed, 16 failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement