--- title: NS_POSTCONDITION slug: NS_POSTCONDITION tags: - Macros_XPCOM - XPCOM translation_of: Mozilla/Tech/XPCOM/Reference/Glue_classes/NS_POSTCONDITION ---
Macro
Tem o mesmo efeito que NS_ASSERTION. Deve sre usada para testar condições que deverão ser produzidas por um método.
NS_POSTCONDITION(expressão a testar, "texto de erro");