Can anyone provide an source that says that unit testing is not always done in an automated or programmatic way? I always assumed it meant testing code through code. I have a bet on this, so I need solid sources.
标签:
unit-testing
相关问题
- Dependencies while implementing Mocking in Junit4
- How to unit test a reactive component where ngCont
- Access for global variables JavaScript unit testin
- Googletest Parametrized tests crash
- Is there any means by which I could evaluate the t
相关文章
- How to replace file-access references for a module
- How to mock methods return object with deleted cop
- What is a good way of cleaning up after a unit tes
-
EF6 DbSet
returns null in Moq - React testing library: Test attribute / prop
- React/JestJS/Enzyme: How to test for ref function?
- python unit testing methods inside of classes
- Running into System.MissingMethodException: Method
You are going to lose the money / beer / doughnuts, unit testing can be automated thru various test frameworks (such as nunit) or purely be done manually.
From Wikipedia:
[A unit test's] implementation can vary from being very manual (pencil and paper) to being formalized as part of build automation.
I don't think you will win your bet. :(