Skip to content

Commit

Permalink
docs(readme): update link of ocov journal paper
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadGh authored Feb 13, 2024
1 parent adffb4a commit a9be4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in summary:
* **Object coverage**: This method measures the percentage of code that is executed by the exact type of object (actual type of object should be the same as the class under test) and also the inherited code of the class should be coveraged by tests to achinve high object coverage.

for more academic information about these new criteria and how are effective refer to this academic paper:
[M. Ghoreshi, and H. Haghighi. "Object coverage criteria for supporting object-oriented testing." Software Quality Journal (2023)](https://link.springer.com/article/10.1007/s11219-023-09643-3).
* [M. Ghoreshi, and H. Haghighi. "Object coverage criteria for supporting object-oriented testing." Software Quality Journal (2023)](https://link.springer.com/article/10.1007/s11219-023-09643-3).

## Simple examples that make sence!
### Why does the actual type of the object matter?
Expand Down

0 comments on commit a9be4da

Please sign in to comment.