Provide a test framework
See original GitHub issueUsers of neow3j should be able to easily write automated tests for their Java smart contracts. Currently we internally use a TestRule
that automates many things for us in our tests of the devpack and compiler. The same or something similar should be provided for the developer.
Check out the testing capabilities of the visual-tracker first.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Test Automation Frameworks | SmartBear
A testing framework is a set of guidelines or rules used for creating and designing test cases. A framework is comprised of a...
Read more >Popular Test Automation Frameworks: How to Decide
Test automation frameworks are a set of rules and corresponding tools that are used for building test cases. It is designed to help...
Read more >Most Popular Test Automation Frameworks with Pros and ...
A “Test Automation Framework” is scaffolding that is laid to provide an execution environment for the automation test scripts.
Read more >13 Best Test Automation Frameworks: The 2021 List
This blog discusses the most exciting features of 13 best automation testing frameworks in 2021.
Read more >Your Complete Guide to Test Automation Frameworks
Testing is a game-changer in software development. Here's your guide to test automation frameworks and how to choose the best for you.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@csmuller this issue was kind of “bootstrapped” by you already, right… I will set it to “In Progress” then.
@devhawk confirmed that
neo-express
exposes all commands through JSON-RPC!I will make a map fo all calls we should support. This gives us a good foundation to the test framework for neow3j. 😄