
Resources.FitNesseRoot.FitNesse.SuiteAcceptanceTests.SuiteResponderTests.SuiteRunResponder.TestLinearClassPath.content.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
When you execute a test page, !-FitNesse-! gathers up the classpaths prior to running the test. The classpaths are found in the !-!path-! widgets of the test page, and every ancestor of the test page. The paths are ordered so that paths found on the subpages come before paths found on their parents.
----
!|Library|
|echo fixture|
!define PROPERTY_DISPLAY (
&bang;define TEST_SYSTEM {slim}
!path classes
!path fitnesse-standalone.jar
!|Import|
|fitnesse.fixtures|
!|script|java properties|
|show|property|java.class.path|
)
!|script|page driver|
|given page|ParentPage|with content|!path parentPath|
-!|script|
|given page|ParentPage.TestPage|with content|${PROPERTY_DISPLAY}|
-!|script|
|page|ParentPage.TestPage?test|should contain|classes${path.separator}fitnesse-standalone.jar${path.separator}parentPath|
© 2015 - 2025 Weber Informatics LLC | Privacy Policy