Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/oshoukry/openpojo
Browse files Browse the repository at this point in the history
  • Loading branch information
oshoukry committed Sep 20, 2015
2 parents 666ceb9 + 881ebfc commit 2eb1bac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ POJO Testing & Identity Management Made Trivial

Maven Group Plugin | Latest Version
------------------ | ---------------
com.openpojo.openpojo | [0.7.4](https://github.com/oshoukry/openpojo/releases/tag/openpojo-0.7.4)
com.openpojo.openpojo | [0.7.5](https://github.com/oshoukry/openpojo/releases/tag/openpojo-0.7.5)
com.googlecode.openpojo.openpojo | [0.6.5](https://code.google.com/p/openpojo/wiki/Old) - Deprecated

#### Testing Example
Expand All @@ -17,7 +17,8 @@ public class PojoTest {

@Test
public void ensureExpectedPojoCount() {
List <PojoClass> pojoClasses = PojoClassFactory.getPojoClasses(POJO_PACKAGE, new FilterPackageInfo());
List <PojoClass> pojoClasses = PojoClassFactory.getPojoClasses(POJO_PACKAGE,
new FilterPackageInfo());
Affirm.affirmEquals("Classes added / removed?", EXPECTED_CLASS_COUNT, pojoClasses.size());
}

Expand Down

0 comments on commit 2eb1bac

Please sign in to comment.