Skip to content

@nhtio/web-re-active-record/testing

Testing Utilities for the NHTIO Web Re-Active Record library.

Classes

ClassDescription
ReactiveDatabaseIntrospectorA testing utility class that provides access to the private members of the ReactiveDatabase class. This class is designed to help with testing by exposing internal state that would otherwise be inaccessible due to TypeScript's private field declarations.
ReactiveModelIntrospectorA testing utility class for introspecting and testing ReactiveModel instances. This class is designed to help with testing by exposing internal state that would otherwise be inaccessible due to TypeScript's private field declarations.
ReactiveQueryBuilderIntrospectorA testing utility class that provides introspection capabilities for ReactiveQueryBuilder. This class allows access to private members of ReactiveQueryBuilder for testing purposes.