We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fac8e commit b1b82ecCopy full SHA for b1b82ec
test/faker.robot
@@ -15,23 +15,6 @@ Two Calls To Faker Should Give Different Results
15
Should Not Be Empty ${name2}
16
Should Not Be Equal As Strings ${name} ${name2}
17
18
-Two Calls To Faker With Same Seed Should Give Same Results
19
- FakerLibrary.Seed 5
20
- ${name}= FakerLibrary.Name
21
- Should Not Be Empty ${name}
22
- FakerLibrary.Seed ${5}
23
- ${name2}= FakerLibrary.Name
24
- Should Not Be Empty ${name2}
25
- Should Be Equal As Strings ${name} ${name2}
26
-
27
-Can Seed Faker
28
29
- FakerLibrary.Seed seed
30
- FakerLibrary.Seed
31
32
-Can Seed Faker with str integer arguement
33
34
35
Can call Words with integer argument
36
${WordsList}= Words nb=${10}
37
Log ${WordsList}
0 commit comments