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 | 246 +++++++++++++++++++++ .../sangria/test/class-use/SangriaMatchers.html | 117 ++++++++++ .../com/tavianator/sangria/test/package-frame.html | 20 ++ .../tavianator/sangria/test/package-summary.html | 152 +++++++++++++ .../com/tavianator/sangria/test/package-tree.html | 130 +++++++++++ .../com/tavianator/sangria/test/package-use.html | 117 ++++++++++ 6 files changed, 782 insertions(+) create mode 100644 1.3/apidocs/com/tavianator/sangria/test/SangriaMatchers.html create mode 100644 1.3/apidocs/com/tavianator/sangria/test/class-use/SangriaMatchers.html create mode 100644 1.3/apidocs/com/tavianator/sangria/test/package-frame.html create mode 100644 1.3/apidocs/com/tavianator/sangria/test/package-summary.html create mode 100644 1.3/apidocs/com/tavianator/sangria/test/package-tree.html create mode 100644 1.3/apidocs/com/tavianator/sangria/test/package-use.html (limited to '1.3/apidocs/com/tavianator/sangria/test') diff --git a/1.3/apidocs/com/tavianator/sangria/test/SangriaMatchers.html b/1.3/apidocs/com/tavianator/sangria/test/SangriaMatchers.html new file mode 100644 index 0000000..dffaf5b --- /dev/null +++ b/1.3/apidocs/com/tavianator/sangria/test/SangriaMatchers.html @@ -0,0 +1,246 @@ + + + + + + +SangriaMatchers (Sangria 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/apidocs/com/tavianator/sangria/test/class-use/SangriaMatchers.html b/1.3/apidocs/com/tavianator/sangria/test/class-use/SangriaMatchers.html new file mode 100644 index 0000000..56f4c8d --- /dev/null +++ b/1.3/apidocs/com/tavianator/sangria/test/class-use/SangriaMatchers.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class com.tavianator.sangria.test.SangriaMatchers (Sangria 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/apidocs/com/tavianator/sangria/test/package-frame.html b/1.3/apidocs/com/tavianator/sangria/test/package-frame.html new file mode 100644 index 0000000..5250025 --- /dev/null +++ b/1.3/apidocs/com/tavianator/sangria/test/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +com.tavianator.sangria.test (Sangria 1.3 API) + + + + +

com.tavianator.sangria.test

+
+

Classes

+ +
+ + diff --git a/1.3/apidocs/com/tavianator/sangria/test/package-summary.html b/1.3/apidocs/com/tavianator/sangria/test/package-summary.html new file mode 100644 index 0000000..faada4a --- /dev/null +++ b/1.3/apidocs/com/tavianator/sangria/test/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.tavianator.sangria.test (Sangria 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/apidocs/com/tavianator/sangria/test/package-tree.html b/1.3/apidocs/com/tavianator/sangria/test/package-tree.html new file mode 100644 index 0000000..cd80da3 --- /dev/null +++ b/1.3/apidocs/com/tavianator/sangria/test/package-tree.html @@ -0,0 +1,130 @@ + + + + + + +com.tavianator.sangria.test Class Hierarchy (Sangria 1.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package com.tavianator.sangria.test

+Package Hierarchies: + +
+
+

Class Hierarchy

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

Copyright © 2014–2015. All rights reserved.

+ + diff --git a/1.3/apidocs/com/tavianator/sangria/test/package-use.html b/1.3/apidocs/com/tavianator/sangria/test/package-use.html new file mode 100644 index 0000000..29f5894 --- /dev/null +++ b/1.3/apidocs/com/tavianator/sangria/test/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package com.tavianator.sangria.test (Sangria 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