MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / TestFixtureExtensions

Interface TestFixtureExtensions

graphlite/tests/function_tests.rs:18–20  ·  view source on GitHub ↗

Extension trait to add missing methods to TestFixture

Source from the content-addressed store, hash-verified

16
17// Extension trait to add missing methods to TestFixture
18trait TestFixtureExtensions {
19 fn assert_numeric_range(&self, query: &str, column: &str, min: f64, max: f64) -> f64;
20}
21
22impl TestFixtureExtensions for TestFixture {
23 fn assert_numeric_range(&self, query: &str, column: &str, min: f64, max: f64) -> f64 {

Callers

nothing calls this directly

Implementers 1

function_tests.rsgraphlite/tests/function_tests.rs

Calls

no outgoing calls

Tested by

no test coverage detected