PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • o increase unit test coverageCreate brittle tests that break with the slightest change to your code i.e. if your using more than 10 lines of code to set up your mocks and expectations then you may be doing something wrongTest getters and setters, unless they contain logicDirectly test any interaction with the underlying OS (file, network etc), a datastore, or any container/server.
http://www.w3.org/ns/prov#wasQuotedFrom
  • javacodegeeks.com