It's All Data 7
<sarcasm>
“So, you managed to pick stories that only involved changing data…”
“Yep.”
Great, there’s no need to test it, right?
Therefore, testing Java classes is unnecessary.
- The JVM simply reads files in a particular format (the Java Class format)
- The JVM processes those files
- Java class files are just data to the JVM
- Java source files are just data to the Java Compiler to generate data used by the JVM
- We do not need to test data changes
- Therefore we do not need to test Java classes.
q.e.d.
Then Norbert asked “Oh, by the way, did you version your data changes?”
</sarcasm>