mirror of
https://github.com/apache/maven.git
synced 2025-02-08 02:59:22 +00:00
[MNG-7056] Replace tabs in IT files
This commit is contained in:
parent
9d07652019
commit
95fa979aed
@ -13,7 +13,8 @@ public void setUp()
|
||||
xstream = new XStream();
|
||||
}
|
||||
|
||||
public void testToXml() {
|
||||
public void testToXml()
|
||||
{
|
||||
String xml = xstream.toXML(getObject());
|
||||
assertEquals(getXML(), xml);
|
||||
}
|
||||
|
@ -6,15 +6,18 @@ public class Module5Test extends XStreamTestCase
|
||||
{
|
||||
private Calendar cal = Calendar.getInstance();
|
||||
|
||||
protected Object getObject() {
|
||||
protected Object getObject()
|
||||
{
|
||||
return cal;
|
||||
}
|
||||
|
||||
protected String getXML() {
|
||||
protected String getXML()
|
||||
{
|
||||
return Module3TestUtil.getCalendarAsXML( cal );
|
||||
}
|
||||
|
||||
public void testJMockAvailable() {
|
||||
public void testJMockAvailable()
|
||||
{
|
||||
assertNotNull( mock( Module4.class ) );
|
||||
}
|
||||
}
|
||||
|
@ -24,10 +24,11 @@
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class ModuleBTest {
|
||||
|
||||
public class ModuleBTest
|
||||
{
|
||||
@Test
|
||||
public void testBasic() {
|
||||
public void testBasic()
|
||||
{
|
||||
Assert.assertNotNull(new BasicClass().toString());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user