Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinTestByType ¶ added in v0.1.4
func BinTestByType(contract *compilationTypes.CompiledContract, propertyTestPrefixes, optimizationTestPrefixes []string, testViewMethods bool) (assertionTests, propertyTests, optimizationTests []abi.Method)
BinTestByType sorts a contract's methods by whether they are assertion, property, or optimization tests.
func IsOptimizationTest ¶
IsOptimizationTest checks whether the method is an optimization test given potential naming prefixes it must conform to and its underlying input/output arguments.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.