pub fn strict_call(
method: &str,
args: &[Value],
) -> Option<Result<Value, String>>Expand description
The strict-mode variants (assert.strict.equal === assert.strictEqual).
Maps the loose method names onto their strict counterparts, then delegates.