public class

MergeVisitorTest

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ org.apache.commons.jrcs.diff.MergeVisitorTest

Class Overview

Test cases for the Merge Visitor.

Summary

Public Constructors
MergeVisitorTest(String testName)
Public Methods
void assertEquals(Object[] obj1, Object[] obj2)
void setUp()
void tearDown()
void testAddDelta()
void testAddRemoveChangeDelta()
void testAddRemoveDelta()
void testChangeDelta()
void testConflictDetection()
void testExample()
void testMergeWithTwoAddDeltasInRevisionB()
void testMergeWithTwoDeleteDeltasInRevisionB()
void testNoConflictOnSameAdditions()
void testNoConflictOnSameChanges()
void testRemoveDetla()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public MergeVisitorTest (String testName)

Public Methods

public void assertEquals (Object[] obj1, Object[] obj2)

public void setUp ()

Throws
Exception

public void tearDown ()

Throws
Exception

public void testAddDelta ()

Throws
Exception

public void testAddRemoveChangeDelta ()

Throws
Exception

public void testAddRemoveDelta ()

Throws
Exception

public void testChangeDelta ()

Throws
Exception

public void testConflictDetection ()

Throws
Exception

public void testExample ()

Throws
Exception

public void testMergeWithTwoAddDeltasInRevisionB ()

Throws
Exception

public void testMergeWithTwoDeleteDeltasInRevisionB ()

Throws
Exception

public void testNoConflictOnSameAdditions ()

Throws
Exception

public void testNoConflictOnSameChanges ()

Throws
Exception

public void testRemoveDetla ()

Throws
Exception