MCPcopy Index your code
hub / github.com/endbasic/endbasic / check

Method check

client/src/testutils.rs:409–415  ·  view source on GitHub ↗

Validates all expectations.

(self)

Source from the content-addressed store, hash-verified

407
408 /// Validates all expectations.
409 pub(crate) fn check(self) {
410 self.checker.check();
411
412 let mut service = self.service.borrow_mut();
413 assert_eq!(self.exp_access_token, service.access_token);
414 service.verify_all_used();
415 }
416}
417
418/// See the wrapped `check_stmt_compilation_err` function for details.

Calls 1

verify_all_usedMethod · 0.80

Tested by

no test coverage detected