From 7865786d43805a7e45240088b9de77e37b485c3e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 8 May 2015 20:53:48 -0400 Subject: Add version 1.3 site. --- .../tavianator/sangria/test/SangriaMatchers.html | 244 +++++++++++++++++++++ .../sangria/test/class-use/SangriaMatchers.html | 115 ++++++++++ .../com/tavianator/sangria/test/package-frame.html | 20 ++ .../tavianator/sangria/test/package-summary.html | 150 +++++++++++++ .../com/tavianator/sangria/test/package-tree.html | 124 +++++++++++ .../com/tavianator/sangria/test/package-use.html | 115 ++++++++++ 6 files changed, 768 insertions(+) create mode 100644 1.3/sangria-test/apidocs/com/tavianator/sangria/test/SangriaMatchers.html create mode 100644 1.3/sangria-test/apidocs/com/tavianator/sangria/test/class-use/SangriaMatchers.html create mode 100644 1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-frame.html create mode 100644 1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-summary.html create mode 100644 1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-tree.html create mode 100644 1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-use.html (limited to '1.3/sangria-test/apidocs/com/tavianator') diff --git a/1.3/sangria-test/apidocs/com/tavianator/sangria/test/SangriaMatchers.html b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/SangriaMatchers.html new file mode 100644 index 0000000..604938d --- /dev/null +++ b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/SangriaMatchers.html @@ -0,0 +1,244 @@ + + + + + + +SangriaMatchers (Sangria Test 1.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.tavianator.sangria.test
+

Class SangriaMatchers

+
+
+ +
+
    +
  • +
    +
    +
    public final class SangriaMatchers
    +extends Object
    +
    Guice-related Hamcrest matchers.
    +
    Since:
    +
    1.2
    +
    Version:
    +
    1.2
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        atomic

        +
        public static Matcher<Module> atomic()
        +
        Returns:
        A Matcher that checks whether a Module's bindings can be de-duplicated successfully.
        +
      • +
      + + + +
        +
      • +

        followsBestPractices

        +
        public static Matcher<Module> followsBestPractices()
        +
        Returns:
        A Matcher that checks whether a Module follows Guice best practices.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-test/apidocs/com/tavianator/sangria/test/class-use/SangriaMatchers.html b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/class-use/SangriaMatchers.html new file mode 100644 index 0000000..e6eabb8 --- /dev/null +++ b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/class-use/SangriaMatchers.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class com.tavianator.sangria.test.SangriaMatchers (Sangria Test 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Class
com.tavianator.sangria.test.SangriaMatchers

+
+
No usage of com.tavianator.sangria.test.SangriaMatchers
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-frame.html b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-frame.html new file mode 100644 index 0000000..2300043 --- /dev/null +++ b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +com.tavianator.sangria.test (Sangria Test 1.3 API) + + + + +

com.tavianator.sangria.test

+
+

Classes

+ +
+ + diff --git a/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-summary.html b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-summary.html new file mode 100644 index 0000000..7b6e4f8 --- /dev/null +++ b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-summary.html @@ -0,0 +1,150 @@ + + + + + + +com.tavianator.sangria.test (Sangria Test 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Package com.tavianator.sangria.test

+
+
sangria-test: Utilities for testing with Guice.
+
+

See: Description

+
+
+ + + + +

Package com.tavianator.sangria.test Description

+
sangria-test: Utilities for testing with Guice.
+
Since:
+
1.2
+
Version:
+
1.2
+
Author:
+
Tavian Barnes (tavianator@tavianator.com)
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-tree.html b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-tree.html new file mode 100644 index 0000000..bfdb327 --- /dev/null +++ b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-tree.html @@ -0,0 +1,124 @@ + + + + + + +com.tavianator.sangria.test Class Hierarchy (Sangria Test 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package com.tavianator.sangria.test

+
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-use.html b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-use.html new file mode 100644 index 0000000..2ca9aa1 --- /dev/null +++ b/1.3/sangria-test/apidocs/com/tavianator/sangria/test/package-use.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Package com.tavianator.sangria.test (Sangria Test 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Package
com.tavianator.sangria.test

+
+
No usage of com.tavianator.sangria.test
+ +
+ + + + + +
+ + +

Copyright © 2014–2015. All rights reserved.

+ + -- cgit v1.2.3