Skip to content

Commit

Permalink
index.md: fixed a few typos + small adjustments (#27) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
edrdo committed Jun 29, 2017
1 parent 024a7c8 commit 07eac0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
JDBDT (Java DataBase Delta Testing) is an open-source Java library for
testing (SQL-based) database applications. The library is designed for automation
of database setup and validation in test code.
JDBDT has no third-party library dependencies (it just the Java 8 SE API internally),
JDBDT is compact and has no third-party library dependencies (it just the Java 8 SE API internally),
making it also easy and lightweight to integrate.
Compared to existing database testing frameworks, the main conceptual novelty
is the possibility of using [δ-assertions](DBAssertions.html#DeltaAssertions).

You may browse the reference documentation
available in this site, along with the [Javadoc](apidocs/index.html?org/jdbdt/JDBDT.html) for the JDBDT API and the [JDBDT tutorial](Tutorial.html).
Compared to existing database testing frameworks, the main conceptual novelty
is the possibility of using [δ-assertions](DBAssertions.html#DeltaAssertions).
For details, you may browse the reference documentation available in this site, along with the [Javadoc](apidocs/index.html?org/jdbdt/JDBDT.html) for the JDBDT API and the [JDBDT tutorial](Tutorial.html).

In a nutshell, the main features are as follows:

Expand Down
9 changes: 4 additions & 5 deletions src/site/markdown/index.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
JDBDT (Java DataBase Delta Testing) is an open-source Java library for
testing (SQL-based) database applications. The library is designed for automation
of database setup and validation in test code.
JDBDT has no third-party library dependencies (it just the Java 8 SE API internally),
JDBDT is compact and has no third-party library dependencies (it just the Java 8 SE API internally),
making it also easy and lightweight to integrate.
Compared to existing database testing frameworks, the main conceptual novelty
is the possibility of using [δ-assertions](DBAssertions.html#DeltaAssertions).

You may browse the reference documentation
available in this site, along with the [Javadoc](apidocs/index.html?org/jdbdt/JDBDT.html) for the JDBDT API and the [JDBDT tutorial](Tutorial.html).
Compared to existing database testing frameworks, the main conceptual novelty
is the possibility of using [δ-assertions](DBAssertions.html#DeltaAssertions).
For details, you may browse the reference documentation available in this site, along with the [Javadoc](apidocs/index.html?org/jdbdt/JDBDT.html) for the JDBDT API and the [JDBDT tutorial](Tutorial.html).

In a nutshell, the main features are as follows:

Expand Down

0 comments on commit 07eac0a

Please sign in to comment.