--- title: NS_POSTCONDITION slug: NS_POSTCONDITION tags: - Macros_XPCOM - XPCOM translation_of: Mozilla/Tech/XPCOM/Reference/Glue_classes/NS_POSTCONDITION ---

 

Sumário

Macro

Tem o mesmo efeito que NS_ASSERTION. Deve sre usada para testar condições que deverão ser produzidas por um método.

Sintaxe

NS_POSTCONDITION(expressão a testar, "texto de erro");

Ver Também