Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
6aa98d5c
Commit
6aa98d5c
authored
Aug 07, 2019
by
Krystian Kuzniarek
Browse files
fix an improperly generated table
parent
f64f7bd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
googletest/docs/primer.md
googletest/docs/primer.md
+3
-9
No files found.
googletest/docs/primer.md
View file @
6aa98d5c
...
...
@@ -67,15 +67,9 @@ deprecated and refactored away.
So please be aware of the different definitions of the terms:
| Meaning | googletest Term |
[
ISTQB
](
http://www.istqb.org/
)
|
: : : Term :
| :---------------- | :---------------------- | :----------------------------- |
| Exercise a |
[
TEST()
](
#simple-tests
)
|
[
Test Case
][
istqb test case
]
|
: particular : : :
: program path with : : :
: specific input : : :
: values and verify : : :
: the results : : :
Meaning | googletest Term |
[
ISTQB
](
http://www.istqb.org/
)
Term
:----------------------------------------------------------------------------------- | :---------------------- | :----------------------------------
Exercise a particular program path with specific input values and verify the results |
[
TEST()
](
#simple-tests
)
|
[
Test Case
][
istqb test case
]
[
istqb test case
]:
http://glossary.istqb.org/en/search/test%20case
[
istqb test suite
]:
http://glossary.istqb.org/en/search/test%20suite
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment