-
Notifications
You must be signed in to change notification settings - Fork 2
Running Tests
cpgames edited this page Aug 6, 2022
·
1 revision
To run tests, first add Tests folder:

Select "Tests" folder and press Ok:

Once refactor graphs have been populated, click on '+' to expand IntegrationTests:

Click on magnifying class to open IntegrationTests graph canvas:

You can run refactor by clicking the run button in graph canvas:

Note the green checkmarks next to each test case. If you see a red X next to one of the tests, the test failed.

- AppendToCollection
- ClearCollection
- ForEach
- GetCollectionSize
- GetElement
- GetFirstElement
- GetLastElement
- EnumerateDocumentsInProject
- EnumerateDocumentsInSolution
- EnumerateProjects
- GetCurrentDocument
- GetCurrentProject
- GetDocumentName
- GetDocumentPartition
- GetProjectName
- FindFirstPartitionInCollection
- GetLeadingSpacing
- GetNextPartition
- GetPartitionData
- GetPreviousPartition
- GetPureName
- InsertAfter
- InsertBefore
- PartitionByClass
- PartitionByFirstRegexMatch
- PartitionByFunctionCall
- PartitionByFunction
- PartitionByIfElse
- PartitionByParameters
- PartitionByRegexMatch
- PartitionByReturn
- PartitionByVariable
- PartitionIsValid
- RasterizePartition
- RegexMatchPresentInPartitionCollection
- RegexMatchPresentInPartition
- RemovePartition
- SetPartitionData
- SwapPartitions