public class LayoutUtilTest extends Object
Constructor and Description |
---|
LayoutUtilTest() |
Modifier and Type | Method and Description |
---|---|
void |
testCorrectedLayout()
If the user specifies a invalid layout while changing layout is not allowed,
it should be changed to the default layout
|
void |
testCorrectedLayout2()
If changing layout is not allowed, and the user specifies another valid
layout, it should be changed to the default layout
|
void |
testCorrectedLayout3()
If the user specified an invalid layout while changing layout is allowed,
it should be changed to the default layout
|
void |
testIsLayoutAllowed()
A invalid layout should not be seen as an allowed layout
|
void |
testIsLayoutAllowed2()
A valid layout while changing layout is not allowed, should result in a layout not allowe
|
void |
testIsLayoutAllowed3()
A invalid layout should not be seen as an allowed layout
|
void |
testIsLayoutChangeAllowed()
Layout change is not allowed
|
void |
testIsLayoutChangeAllowed2()
Layout change is allowed
|
void |
testIsValidLayout()
An invalid layout should be indicated as invalid
|
void |
testNullInvalidLayoutPredefined()
A null layout should not be a valid layout
|
void |
testValidLayoutPredefined()
Check that all the predefined registered as valid layouts
actually result in valids
|
public LayoutUtilTest()
public void testValidLayoutPredefined()
public void testNullInvalidLayoutPredefined()
public void testCorrectedLayout()
public void testCorrectedLayout2()
public void testCorrectedLayout3()
public void testIsValidLayout()
public void testIsLayoutAllowed()
public void testIsLayoutAllowed2()
public void testIsLayoutAllowed3()
public void testIsLayoutChangeAllowed()
public void testIsLayoutChangeAllowed2()
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.