1. 8584925 make NullPointerTester.isNullable() use @CheckForNull too by Brian Worth · 7 years ago
  2. 28148e7 Allow ignoring Constructors in NullPointerTester by Kartoffelsup · 8 years ago
  3. 6dfbabd Support interface static methods and default methods for NullPointerTester. by benyu · 8 years ago
  4. af1dabf NullPointerTester should not require @Nullable on the param of an equals() override by cushon · 8 years ago
  5. 0959427 Update imports ordering to the new java import order. by gak · 8 years ago
  6. 6ff77cf Provide information about which parameter we were passing null for and what values we used for the other parameters -- even if another exception was thrown. by cpovirk · 9 years ago
  7. 97d1431 Start running the tests for guava-testlib under Android. by cpovirk · 9 years ago
  8. 1f2b877 Convert much of Guava to Truth by using Refaster. by cpovirk · 9 years ago
  9. 2e2f86f Migrate from deprecated isAssignableFrom to identical isSupertypeOf. by cpovirk · 10 years ago
  10. 651774d Pass a Locale to String.format calls. by cpovirk · 10 years ago
  11. 91cdb2b Update to new Truth package. by Christian Edward Gruber · 10 years ago
  12. 75fda2a Open source Converter and friends in Guava 16.0 by Colin Decker · 11 years ago
  13. ba0e833 Fix broken test name that prevents test from running. by Christian Edward Gruber · 11 years ago
  14. 2be3428 Add NullPointerTester.acceptIllegalArgumentException(). by Colin Decker · 12 years ago
  15. 406d0d5 Swap out truth 0.7 (and older source version) and swap in 0.10 with gwt support by Kurt Kluever · 12 years ago
  16. f0859c9 Changed Invokable to always return the source-view of parameters, even for non-static inner class constructors. by Chris Povirk · 12 years ago
  17. 9e56171 Changed NullPointerTester to use Invokable by Chris Povirk · 12 years ago
  18. 6005ac6 Added null check from NullPointerTester-generated proxies. by Kurt Kluever · 12 years ago
  19. 8634dfa Explicitly test that NullPointerTester uses null as a default for @Nullable parameters. by Chris Povirk · 12 years ago
  20. d5bfc48 Basically: sed "s,{ },{},g" by Chris Povirk · 12 years ago
  21. 1d10d27 Mark the two deprecated digesting methods as @GoogleInternal. by Kurt Kluever · 12 years ago[Renamed from guava-tests/test/com/google/common/testing/NullPointerTesterTest.java]
  22. 11ca41e Changed NullPointerTester to test inherited methods. by Chris Povirk · 12 years ago
  23. d902c94 Added default-value auto generation to NullPointerTester, for interfaces (and by Chris Povirk · 12 years ago
  24. 2444986 Add testConstructors(), testStaticMethods(), testInstanceMethods() that take a by Chris Povirk · 13 years ago
  25. 2bba62b Add empty array and enum handling to NullPointerTester; I can also clean up the 'throws Exception' though is it better to do it in a separate CL? by Chris Povirk · 13 years ago
  26. f67e430 Replace custom TestAssertionFailure with JUnit AssertionFailedError. by Charles Fry · 13 years ago
  27. 1435b80 Run common.testing tests under GWT by Charles Fry · 13 years ago