jmeter-gradle-plugin icon indicating copy to clipboard operation
jmeter-gradle-plugin copied to clipboard

Create unit and integration tests for plugin

Open foragerr opened this issue 10 years ago • 4 comments

foragerr avatar Jul 21 '15 17:07 foragerr

Once you create some basic tests, I will probably be able to help a lot in this area of things.

djangofan avatar Jul 21 '15 17:07 djangofan

Gradle 2.6rc1 brings TestKit: https://docs.gradle.org/2.6-rc-1/userguide/test_kit.html Should be useful to create tests

foragerr avatar Jul 29 '15 08:07 foragerr

yeah, that looks hopeful. It sounds like using Spock is the way to go so that we get the object mocking when/then stuff right? https://code.google.com/p/spock/wiki/SpockBasics

djangofan avatar Jul 29 '15 22:07 djangofan

@foragerr Looks like Gradle TestKit is now out... https://docs.gradle.org/current/userguide/test_kit.html I'm definitely interesting in helping write these tests, as time allows...

djangofan avatar Aug 31 '15 18:08 djangofan