public class XsdDurationTest extends Object
Constructor and Description |
---|
XsdDurationTest() |
Modifier and Type | Method and Description |
---|---|
void |
beforeMethod()
Check that we're not in IKVM.
|
void |
testPrintFromDaysDuration()
Ensure a duration in days is handled.
|
void |
testPrintFromHoursDuration()
Ensure a duration in hours is handled.
|
void |
testPrintFromMinutesDuration()
Ensure a duration in minutes is handled.
|
void |
testPrintFromMonthsDuration()
Ensure a duration in months is handled.
|
void |
testPrintFromNullDuration()
Ensure a null duration is handled.
|
void |
testPrintFromWeeksDuration()
Ensure a duration in weeks is handled.
|
void |
testPrintFromYearsDuration()
Ensure a duration in years is handled.
|
void |
testPrintFromZeroDuration()
Ensure zero duration is handled.
|
public void beforeMethod()
public void testPrintFromNullDuration()
public void testPrintFromZeroDuration()
public void testPrintFromMinutesDuration()
public void testPrintFromHoursDuration()
public void testPrintFromDaysDuration()
public void testPrintFromWeeksDuration()
public void testPrintFromMonthsDuration()
public void testPrintFromYearsDuration()
Copyright © 2000–2024 Packwood Software. All rights reserved.