kérdés |
válasz |
Creating a test in Spock takes less time than using its standard equivalent kezdjen tanulni
|
|
równowartość, odpowiednik, ekwiwalent
|
|
|
These operations can be accomplished by really simple code, hence they do not veil test’s logic kezdjen tanulni
|
|
stąd, skutkiem tego, odtąd
|
|
|
These operations can be accomplished by really simple code, hence they do not veil test’s logic kezdjen tanulni
|
|
przesłaniać, zasłaniać, przysłaniać
|
|
|
Spock enforces developers to arrange their tests in BDD kezdjen tanulni
|
|
|
|
|
Taking all into consideration I gather that tests created in Spock tend to be more informative, better arranged and easier to understand for other developers kezdjen tanulni
|
|
wynagrodzenie, wzgląd, rozwaga
|
|
|
Spock has turned testing into an extremely pleasant and rewarding experience kezdjen tanulni
|
|
przerodzić się w, zmienić się w, przemienić się
|
|
|
Please take notice how clear a declaration of a test in Spock is kezdjen tanulni
|
|
|
|
|
kezdjen tanulni
|
|
ułożone, zorganizować, zaaranżować, rozmieścić
|
|
|
First of all we want to specify the context within which we would like to test a functionality kezdjen tanulni
|
|
|
|
|
kezdjen tanulni
|
|
|
|
|
The latter one is particularly interesting as it allows to create an extremely tiny tests kezdjen tanulni
|
|
|
|
|
In Spock we can distinguish three classes that are able to override a behaviour of some other class or interface: Stubs, Mocks and Spies kezdjen tanulni
|
|
|
|
|
In this section we will focus on Stubs as unlike two others imitating other classes is their only responsibility kezdjen tanulni
|
|
|
|
|
Nevertheless the syntax for imitating behaviour is the same for all three classes, hence everything shown here will work the same way with Mocks and Spies kezdjen tanulni
|
|
|
|
|
If we want to specify some side effect as the result of method invocation... kezdjen tanulni
|
|
|
|
|
Let’s elaborate a little on the problem that was raised in the previous example kezdjen tanulni
|
|
podniesiony, wzniesiony, wypukły
|
|
|
Let’s assume that this exception should be only thrown when the user with name Michael is being saved kezdjen tanulni
|
|
|
|
|
Using mocks has one drawback though that we have to be aware of kezdjen tanulni
|
|
wada, niedogodność, mankament
|
|
|
kezdjen tanulni
|
|
|
|
|
kezdjen tanulni
|
|
|
|
|
kezdjen tanulni
|
|
|
|
|
kezdjen tanulni
|
|
|
|
|
By far, you should have figured out from previous examples how to verify whether a certain type of exception has been thrown during the execution of a test kezdjen tanulni
|
|
|
|
|
To impose the execution of tests in the order in which they appear in class file we need to annotate a class with a @Stepwise annotation kezdjen tanulni
|
|
|
|
|
Spock tries to enhance the way you write tests, providing you with means to make them more descriptive and as easy to read as stories kezdjen tanulni
|
|
zwiększać, wzmacniać, uwydatniać
|
|
|
I always strive to make as descriptive test as possible kezdjen tanulni
|
|
|
|
|
Apart from section labels like given, when, then there is also a label and that can be used to split former labels into groups of related statements kezdjen tanulni
|
|
|
|
|
In my current project I often come across classes which responsibility is to filter out invalid inputs. kezdjen tanulni
|
|
|
|
|
As I do not want to list all the conditions in a test name I try to come up with some business definition that would suggest others what is necessary in the particular scenario for positive validation kezdjen tanulni
|
|
|
|
|