Syntax testing (A) is described in unit test standards. Equivalence partitioning (B) is a standard technique covered. Modified condition/decision coverage (D) is a white-box technique in unit test standards. However, stress testing (C) is typically a system or performance testing technique, not a unit test standard - unit tests focus on individual components, not system-wide stress conditions.