Class SpreadsheetColumnTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.SpreadsheetColumnTest
-
public class SpreadsheetColumnTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetColumnTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetIdentifier()
void
testIsIdentifiablyByName()
void
testIsIdentifiablyByNameAliasIndex()
void
testIsIdentifiablyByNameNotEqual()
void
testIsIdentifiablyByNull()
void
testNegativeColumnIndex()
void
testWorksheetNull()
-
-
-
Method Detail
-
testIsIdentifiablyByNull
public void testIsIdentifiablyByNull()
-
testIsIdentifiablyByName
public void testIsIdentifiablyByName()
-
testIsIdentifiablyByNameNotEqual
public void testIsIdentifiablyByNameNotEqual()
-
testIsIdentifiablyByNameAliasIndex
public void testIsIdentifiablyByNameAliasIndex()
-
testGetIdentifier
public void testGetIdentifier()
-
testWorksheetNull
public void testWorksheetNull()
-
testNegativeColumnIndex
public void testNegativeColumnIndex()
-
-