Słówka ze Spock tutorial

 0    29 fiszek    mdziadon
ściągnij mp3 drukuj graj sprawdź się
 
Pytanie Odpowiedź
equivalent
Creating a test in Spock takes less time than using its standard equivalent
rozpocznij naukę
równowartość, odpowiednik, ekwiwalent
hence
These operations can be accomplished by really simple code, hence they do not veil test’s logic
rozpocznij naukę
stąd, skutkiem tego, odtąd
veil
These operations can be accomplished by really simple code, hence they do not veil test’s logic
rozpocznij naukę
przesłaniać, zasłaniać, przysłaniać
enforces
Spock enforces developers to arrange their tests in BDD
rozpocznij naukę
wymusza
consideration
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
rozpocznij naukę
wynagrodzenie, wzgląd, rozwaga
to turn into
Spock has turned testing into an extremely pleasant and rewarding experience
rozpocznij naukę
przerodzić się w, zmienić się w, przemienić się
to take notice of
Please take notice how clear a declaration of a test in Spock is
rozpocznij naukę
zwrócić uwagę na
arranged
rozpocznij naukę
ułożone, zorganizować, zaaranżować, rozmieścić
first of all
First of all we want to specify the context within which we would like to test a functionality
rozpocznij naukę
przede wszystkim
concise
rozpocznij naukę
zwięzły
tiny
The latter one is particularly interesting as it allows to create an extremely tiny tests
rozpocznij naukę
drobny, malutki, maleńki
distinguish
In Spock we can distinguish three classes that are able to override a behaviour of some other class or interface: Stubs, Mocks and Spies
rozpocznij naukę
rozróżniać
unlike
In this section we will focus on Stubs as unlike two others imitating other classes is their only responsibility
rozpocznij naukę
inaczej, w odróżnieniu
nevertheless
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
rozpocznij naukę
Niemniej jednak
side effect
If we want to specify some side effect as the result of method invocation...
rozpocznij naukę
efekt uboczny
raised
Let’s elaborate a little on the problem that was raised in the previous example
rozpocznij naukę
podniesiony, wzniesiony, wypukły
assume
Let’s assume that this exception should be only thrown when the user with name Michael is being saved
rozpocznij naukę
założyć
drawback
Using mocks has one drawback though that we have to be aware of
rozpocznij naukę
wada, niedogodność, mankament
likewise
rozpocznij naukę
również, podobnie, także
prior
rozpocznij naukę
wcześniejszy, uprzedni
Bear in mind
rozpocznij naukę
Miej na uwadze
Having that in mind
rozpocznij naukę
Mając to na uwadze
figure out
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
rozpocznij naukę
dowiedzieć się, pojąć
impose
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
rozpocznij naukę
narzucać, nakładać
enhance
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
rozpocznij naukę
zwiększać, wzmacniać, uwydatniać
strive, usiłować
I always strive to make as descriptive test as possible
rozpocznij naukę
dążyć, usiłować
apart from
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
rozpocznij naukę
oprócz, abstrahując od
come across
In my current project I often come across classes which responsibility is to filter out invalid inputs.
rozpocznij naukę
natknąć się
come up with
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
rozpocznij naukę
wymyślić

Musisz się zalogować, by móc napisać komentarz.