edu.rice.cs.util.swing
Class HighlightManagerTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
edu.rice.cs.drjava.DrJavaTestCase
edu.rice.cs.util.swing.HighlightManagerTest
- All Implemented Interfaces:
- Test
public class HighlightManagerTest
- extends DrJavaTestCase
A JUnit test case class for the class HighlightManager.
Every method starting with the word "test" will be called when running
the test with JUnit.
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
jtc
JTextComponent jtc
- A test method.
(Replace "X" with a name describing the test. You may write as
many "testSomething" methods in this class as you wish, and each
one will be called when running JUnit over this class.)
p
Highlighter.HighlightPainter p
p1
Highlighter.HighlightPainter p1
p2
Highlighter.HighlightPainter p2
hm
HighlightManager hm
HighlightManagerTest
public HighlightManagerTest()
setUp
public void setUp()
throws Exception
- Description copied from class:
DrJavaTestCase
- Set up for every test.
- Overrides:
setUp in class DrJavaTestCase
- Throws:
Exception - This convention is mandated by JUnit.TestCase, the superclass of this class.
testAddRemove
public void testAddRemove()
testHighlightInfoEquals
public void testHighlightInfoEquals()