BCFR-967 - Basic support for method writing and reading - Add logic to enable/disable test cases for chain components common test suite #4301
Annotations
5 errors
Build & Test
in call to RunContractReaderInterfaceTests, type *chainReaderInterfaceTester of it does not match inferred type interfacetests.ChainComponentsInterfaceTester[*"testing".T] for interfacetests.ChainComponentsInterfaceTester[T]
|
Build & Test
cannot use it (variable of type *chainReaderInterfaceTester) as interfacetests.ChainComponentsInterfaceTester[*"testing".T] value in argument to commontestutils.WrapContractReaderTesterForLoop: *chainReaderInterfaceTester does not implement interfacetests.ChainComponentsInterfaceTester[*"testing".T] (missing method DisableTests)
|
Build & Test
cannot use r (variable of type *chainReaderInterfaceTester) as interfacetests.ChainComponentsInterfaceTester[*"testing".T] value in struct literal: *chainReaderInterfaceTester does not implement interfacetests.ChainComponentsInterfaceTester[*"testing".T] (missing method DisableTests)
|
Build & Test
cannot use r (variable of type *chainReaderInterfaceTester) as interfacetests.ChainComponentsInterfaceTester[*"testing".T] value in struct literal: *chainReaderInterfaceTester does not implement interfacetests.ChainComponentsInterfaceTester[*"testing".T] (missing method DisableTests)
|
Build & Test
Process completed with exit code 2.
|
Loading