Package org.apache.maven.scm
Class ChangeSetTest
- java.lang.Object
-
- org.apache.maven.scm.ChangeSetTest
-
public class ChangeSetTest extends Object
Tests for theChangeSetclass- Author:
- dion
-
-
Constructor Summary
Constructors Constructor Description ChangeSetTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DategetDate(int year, int month, int day)voidsetUp()Initialize per test datavoidtestAddFileWithFile()Test of addFile methods: using ChangeFilevoidtestEquals()voidtestEscapeValue()voidtestGetAuthor()Test of getAuthor methodvoidtestGetComment()Test of getComment methodvoidtestGetDate()Test of getDate methodvoidtestGetDateFormatted()Test of getDateFormatted methodvoidtestGetTimeFormatted()Test of getDateFormatted methodvoidtestHashCode()voidtestSetAuthor()Test of setAuthor methodvoidtestSetComment()Test of setComment methodvoidtestSetDate()Test of setDate method with Date objectvoidtestSetDateFromString()Test of setDate method with StringvoidtestToString()Test of toString methodvoidtestToXml()voidtestToXmlWithFiles()
-
-
-
Constructor Detail
-
ChangeSetTest
public ChangeSetTest()
-
-
Method Detail
-
setUp
public void setUp()
Initialize per test data
-
testAddFileWithFile
public void testAddFileWithFile()
Test of addFile methods: using ChangeFile
-
testToString
public void testToString()
Test of toString method
-
testGetAuthor
public void testGetAuthor()
Test of getAuthor method
-
testSetAuthor
public void testSetAuthor()
Test of setAuthor method
-
testGetComment
public void testGetComment()
Test of getComment method
-
testSetComment
public void testSetComment()
Test of setComment method
-
testGetDate
public void testGetDate()
Test of getDate method
-
testSetDate
public void testSetDate()
Test of setDate method with Date object
-
testSetDateFromString
public void testSetDateFromString()
Test of setDate method with String
-
testGetDateFormatted
public void testGetDateFormatted()
Test of getDateFormatted method
-
testGetTimeFormatted
public void testGetTimeFormatted()
Test of getDateFormatted method
-
testEscapeValue
public void testEscapeValue()
-
testEquals
public void testEquals()
-
testHashCode
public void testHashCode()
-
testToXml
public void testToXml()
-
testToXmlWithFiles
public void testToXmlWithFiles()
-
-