arch_test 1.0.0
arch_test: ^1.0.0 copied to clipboard
Package used to create architecture tests for an application.
1.0.0 #
- Complete package rewrite using dart's analyzer package
- Introduced new API composed mainly by
ArchTest,ElementSelectorandArchRule - Implemented Predicate building API
0.1.0 #
- Initial version.
- Creation of
coremodule including components to read and query a package's source code structure - Creation of
testingmodule including basic components to test a package's architecture - Creation of
fluentmodule including components to create fluent tests for a package's architecture