1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/dsf-gdb
Simon Marchi 4af00a316e MIRegistersTest: use more specific assert functions
Using more specific assert functions (e.g. assertEquals(a, b) rather than
assertTrue(a.equals(b)) helps a bit to make the test more readable. It can
also improve the display in the JUnit view, by showing expected and actual
values.

Also, there is no need to manually catch an exception and fail the test. If
an exception is thrown, the test will fail automatically.

Change-Id: I333cfd0d0ade41463dc773ab02e14df4b063a22f
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Reviewed-on: https://git.eclipse.org/r/38617
Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
Tested-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
2015-01-05 17:01:22 -05:00
..
org.eclipse.cdt.dsf.gdb Bug 453920: Remove code duplication between MIVar and MIVarCreateInfo. 2014-12-31 08:58:53 -05:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Bug 453206 - [visualizer] update access modifiers to permit extension to 2014-12-12 13:08:34 -05:00
org.eclipse.cdt.dsf.gdb.tests Bug 455237 - Move VisualizerVirtualBoundsGraphicObjectTest to 2014-12-16 13:29:46 -05:00
org.eclipse.cdt.dsf.gdb.ui Bug 455537 - Allow to override LaunchVMProvider 2014-12-17 15:17:25 -05:00
org.eclipse.cdt.examples.dsf.gdb Bug 441277 - Fix colliding tab ids in example plugin that extends 2014-12-18 16:14:21 -05:00
org.eclipse.cdt.gnu.dsf-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.gnu.dsf.source-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.gnu.multicorevisualizer-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.tests.dsf.gdb MIRegistersTest: use more specific assert functions 2015-01-05 17:01:22 -05:00