Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-04-07 09:55:05 +0000
committerAlexander Kurtakov2014-04-07 10:35:38 +0000
commita474fd01f0f9450a83e223277085f5c530bb273d (patch)
treed609b665731d686facb719c2acd91d8fbd41ce41 /gcov/org.eclipse.linuxtools.gcov-feature/pom.xml
parentf9efc19ba33d3aaa6f0cf799c2f22ce4ecff0078 (diff)
downloadorg.eclipse.linuxtools-a474fd01f0f9450a83e223277085f5c530bb273d.tar.gz
org.eclipse.linuxtools-a474fd01f0f9450a83e223277085f5c530bb273d.tar.xz
org.eclipse.linuxtools-a474fd01f0f9450a83e223277085f5c530bb273d.zip
tests: Use more appropriate junit assert methods.
Improves readability: * assertTrue(!condition) -> assertFalse(condition) * assertTrue(a == b) -> assertEquals(a, b) and other similar Change-Id: Iea7478cac9eb0278b7dcfa5702c115004ba7b5ae Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24530 Tested-by: Hudson CI
Diffstat (limited to 'gcov/org.eclipse.linuxtools.gcov-feature/pom.xml')
0 files changed, 0 insertions, 0 deletions

Back to the top