Loading...
Searching...
No Matches
List of all members
cuspatial::test::BaseFixture Class Reference

Base test fixture class from which libcuspatial test with no parameterization or only with type parameterization should inherit. More...

#include <base_fixture.hpp>

Inheritance diagram for cuspatial::test::BaseFixture:
cuspatial::test::RMMResourceMixin cuspatial::test::EmptyAndOneGeometryColumnFixture cuspatial::test::EmptyGeometryColumnFixture< T > cuspatial::test::EmptyGeometryColumnFixtureMultipleTypes cuspatial::test::OneGeometryColumnFixture< T >

Additional Inherited Members

- Public Member Functions inherited from cuspatial::test::RMMResourceMixin
rmm::mr::device_memory_resource * mr ()
 Returns pointer to device_memory_resource that should be used for all tests inheriting from this fixture.
 
rmm::cuda_stream_view stream ()
 Returns cuda_stream_view that should be used for computation in tests inheriting from this fixture.
 

Detailed Description

Base test fixture class from which libcuspatial test with no parameterization or only with type parameterization should inherit.

Example:

class MyTestFixture : public cuspatial::test::BaseFixture {};
Base test fixture class from which libcuspatial test with no parameterization or only with type param...

Definition at line 59 of file base_fixture.hpp.


The documentation for this class was generated from the following file: