|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.ptc.windchill.uwgm.common.folder.VirtualPathParserTest
Unit test for VirtualPathParser
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Field Summary | |
private Locale |
locale
|
private static Log |
log
logging |
private WTPrincipal |
principal
|
Fields inherited from class junit.framework.TestCase |
|
Constructor Summary | |
VirtualPathParserTest()
|
|
VirtualPathParserTest(String testName)
|
Method Summary | |
protected void |
setUp()
Sets up the fixture, for example, open a network connection. |
protected void |
tearDown()
Tears down the fixture, for example, close a network connection. |
void |
testRootFakeFolder()
tests parser for / root container |
void |
testSiteDefaultCabinet()
tests parser for /Site/Default cabint, checks: folderType == FolderHelper.FT_REGULAR folder == WTContainerHelper.service.getExchangeContainer().getDefaultCabinet() |
void |
testSiteFakeFolder()
tests parser for /Site container |
void |
testUnexistingWorkspaceFolder()
tests parser for default workspace folder in root |
void |
testUwgmTestProduct2()
tests parser for /Products/UwgmTestProduct2 |
void |
testWorkspaceInContainer()
tests parser for /Products/UwgmTestProduct2 |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private Locale locale
private WTPrincipal principal
private static Log log
Constructor Detail |
public VirtualPathParserTest()
public VirtualPathParserTest(String testName)
Method Detail |
public void testRootFakeFolder() throws WTException
WTException
public void testUnexistingWorkspaceFolder() throws WTException
WTException
public void testSiteFakeFolder() throws WTException
WTException
public void testSiteDefaultCabinet() throws WTException
WTException
public void testUwgmTestProduct2() throws WTException
WTException
public void testWorkspaceInContainer() throws Exception
WTException
Exception
protected void setUp() throws Exception
Exception
protected void tearDown() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |