unit strtestcaseopts; {$mode objfpc}{$H+} interface resourcestring //visual components captions sfrmTest = 'TestCase Options'; sgrpNames = 'Names'; slblDefault = 'Default Test Name'; sgrpFixture = 'Fixture'; schkSetup = 'Create Setup Method'; schkTear = 'Create TearDown method'; sbtnCreate = 'Create unit'; sFPCUnTestApp = 'FPCUnit Test Application'; sFPCUnTestAppDesc = 'An application to run FPCUnit test cases.'; sFPCUnTestCase = 'FPCUnit Test Case'; sFPCUnTestCaseDesc = 'A unit containing a FPCUnit Test Case.'; sWriteYourOwnTest = 'Write your own test'; sFPCUnConsoleTestApp = 'FPCUnit Console Test Application'; sFPCUnConsoleTestDesc = 'An application to run FPCUnit test cases in console mode.'; implementation end.