Sitebricks :: Test Support

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

GroupId

GroupId

com.google.sitebricks
ArtifactId

ArtifactId

sitebricks-test-support
Last Version

Last Version

0.8.11
Release Date

Release Date

Type

Type

jar
Description

Description

Sitebricks :: Test Support
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download sitebricks-test-support

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.sitebricks/sitebricks-test-support/ -->
<dependency>
    <groupId>com.google.sitebricks</groupId>
    <artifactId>sitebricks-test-support</artifactId>
    <version>0.8.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.sitebricks/sitebricks-test-support/
implementation 'com.google.sitebricks:sitebricks-test-support:0.8.11'
// https://jarcasting.com/artifacts/com.google.sitebricks/sitebricks-test-support/
implementation ("com.google.sitebricks:sitebricks-test-support:0.8.11")
'com.google.sitebricks:sitebricks-test-support:jar:0.8.11'
<dependency org="com.google.sitebricks" name="sitebricks-test-support" rev="0.8.11">
  <artifact name="sitebricks-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.sitebricks', module='sitebricks-test-support', version='0.8.11')
)
libraryDependencies += "com.google.sitebricks" % "sitebricks-test-support" % "0.8.11"
[com.google.sitebricks/sitebricks-test-support "0.8.11"]

Dependencies

compile (12)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 0.9.26
org.eclipse.jetty : jetty-server jar 9.0.0.RC0
org.eclipse.jetty : jetty-webapp jar 9.0.0.RC0
org.eclipse.jetty : jetty-util jar 9.0.0.RC0
org.seleniumhq.webdriver : webdriver-common jar 0.9.7376
org.seleniumhq.webdriver : webdriver-support jar 0.9.7376
org.seleniumhq.webdriver : webdriver-htmlunit jar 0.9.7376
com.google.inject.extensions : guice-servlet jar 3.0
com.google.sitebricks : sitebricks jar 0.8.11
org.testng : testng jar 5.8
junit : junit jar 4.8.2
org.slf4j : slf4j-api jar 1.6.4

provided (3)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
org.mortbay.jetty : jsp-2.1-glassfish jar 2.1.v20100127
taglibs : standard jar 1.1.2

Project Modules

There are no modules declared in this project.

Sitebricks

Sitebricks is a simple set of libraries for web applications. Sitebricks focuses on early error detection, low-footprint code, and fast development. Powered by Guice, it also balances idiomatic Java with an emphasis on concise code.

Early error detection

This following misspelling results in a template compile error:

<body>
     ${person.naem}
All such errors are picked up early and reported at once in a format similar to javac.

1) unknown or unresolvable property: naem

 15:      <body>
 16:          ${person.naem}</li>
                          ^

Total errors: 1

Next steps


We would love your contributions and help in developing Sitebricks at this early stage. If you'd like to contribute or have any questions, please join the mailing list.

Or send us a note on twitter @dhanji =)

Versions

Version
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6