snowe
10/02/2017, 8:44 PMjackmiras
10/02/2017, 8:53 PMsnowe
10/02/2017, 9:08 PMjackmiras
10/03/2017, 1:54 PMjackmiras
10/03/2017, 1:57 PMsnowe
10/03/2017, 3:11 PMsnowe
10/03/2017, 3:15 PMjackmiras
10/03/2017, 3:17 PMtestRuntime "org.jetbrains.spek:spek-junit-platform-engine:$spek_version"
that is specified at Spek documentation.jackmiras
10/03/2017, 3:18 PMjackmiras
10/03/2017, 3:45 PMtestRuntime "org.jetbrains.spek:spek-junit-platform-engine:$spek_version"
is the Spek implementation of the JUnit engine, but in order to be able to run tests on IntelliJ IDEA I have to have testRuntime 'org.junit.platform:junit-platform-launcher:1.0.1'
as dependency as well.jackmiras
10/03/2017, 3:46 PMsnowe
10/03/2017, 3:49 PMsnowe
10/04/2017, 4:17 PMraniejade
10/06/2017, 2:13 AMMarc Knaup
10/08/2017, 11:26 AMit
blocks. The inner blocks are just never executed and you erroneously think that all tests have succeeded.
The DSL should prevent nesting it
blocks 🙂Marc Knaup
10/08/2017, 11:42 AMSimpleTest
and on http://spekframework.org/docs/latest/#_basic_structure it’s called SimpleSpec
.
What’s the recommended naming?artur.dryomov
10/08/2017, 2:26 PM*Spec
, but I think it is a matter of personal preference.Marc Knaup
10/08/2017, 5:45 PMartem_zin
10/09/2017, 11:48 AMrobfletcher
10/09/2017, 3:44 PMjk
10/09/2017, 3:48 PMartem_zin
10/09/2017, 3:57 PMsnowe
10/09/2017, 4:05 PM@Autowired
and such)?artem_zin
10/09/2017, 4:17 PMrobfletcher
10/09/2017, 4:35 PMartem_zin
10/09/2017, 4:53 PMsnowe
10/09/2017, 5:57 PMsnowe
10/09/2017, 5:57 PMSpek
constructorrobfletcher
10/09/2017, 5:57 PMartem_zin
10/09/2017, 5:58 PM