ULT renaming: Create Sampler tests

Related-To: NEO-2236

Change-Id: I028ad25c276c8654671c875f68f3aec495a9fda9
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-09-28 12:22:43 +02:00
committed by sys_ocldev
parent ba33e1f30b
commit 4ec90b2a56

View File

@@ -38,7 +38,7 @@ struct CreateSampler : public ::testing::TestWithParam<
cl_filter_mode filterMode;
};
TEST_P(CreateSampler, shouldReturnSuccess) {
TEST_P(CreateSampler, WhenSamplerIsCreatedThenSuccessIsReturned) {
auto sampler = Sampler::create(
context,
normalizedCoords,
@@ -50,7 +50,7 @@ TEST_P(CreateSampler, shouldReturnSuccess) {
delete sampler;
}
TEST_P(CreateSampler, shouldPropagateSamplerState) {
TEST_P(CreateSampler, GivenModeWhenSamplerIsCreatedThenParamsAreSetCorrectly) {
auto sampler = new MockSampler(
context,
normalizedCoords,