Answer:
assertion
Explanation:
Based on the information provided within the question it can be said that the feature that is being described is called an assertion. This is a statement in Java that makes sure that an assumption is correct, if it is true then nothing happens but if the assumption returns false then the Java Virtual Machine will throw an Assertion Error which will allow the programmer to know that an error exists with the assumption and must be fixed.