opencv/modules/gapi/test/common
Andrey Golubev 75c567b6ab Merge pull request #14757 from andrey-golubev:core_tests_update
G-API: Introduce new approach to write accuracy tests (#14757)

* G-API: Introduce new common accuracy test fixture

* Enable Range<> to Seq<> implicit conversion

* Fix shadowing parameters

* Update license headers

* Rename ALIGNED_TYPE to SAME_TYPE

* Move MkRange to tests

* Fix TODO(agolubev) in test instantiations

* Squash simple fixture declarations in one line

* Remove unused line

* Fix Windows issues with macro expansion

* Choose between 1 or 2 matrix initialization

* Redesign common class behavior

Use "views" for GetParam() provided by GTest
base class instead of doing segregation
(with copy!) of common and specific parameters:
request common or specific parameter directly
by index from GetParam()-returned parameters

* Refine user-level API and usage of new test model

* Fix -fpermissive errors

* Remove unnecessary init calls

* Replace GCompileArgs member variable with func ptr

* Rename initMatsRandN to make its behavior explicit

Rename initMatsRandN to initMatrixRandN to eliminate confusion:
initMatsRandN only initialized first matrix (similarly to
initMatrixRandU)

* Fix common of initNothing

* Update copyright dates in missed files

* Add check for specific parameters

* Fix coment stlye
2019-06-28 13:07:41 +03:00
..
gapi_compoundkernel_tests.cpp Merge pull request #14741 from rgarnov:gapi_fix_includes 2019-06-14 19:27:19 +03:00
gapi_core_tests_inl.hpp Merge pull request #14757 from andrey-golubev:core_tests_update 2019-06-28 13:07:41 +03:00
gapi_core_tests.cpp gapi: fix tests build 2019-04-02 13:46:25 +03:00
gapi_core_tests.hpp Merge pull request #14757 from andrey-golubev:core_tests_update 2019-06-28 13:07:41 +03:00
gapi_imgproc_tests_inl.hpp Merge pull request #14757 from andrey-golubev:core_tests_update 2019-06-28 13:07:41 +03:00
gapi_imgproc_tests.cpp gapi: fix tests build 2019-04-02 13:46:25 +03:00
gapi_imgproc_tests.hpp Merge pull request #14513 from TolyaTalamanov:at/color-convert-kernels 2019-06-10 14:09:30 +03:00
gapi_operators_tests_inl.hpp Merge pull request #13008 from dbudniko:dbudniko/gpu_opencl_backend 2018-11-08 22:14:53 +03:00
gapi_operators_tests.cpp gapi: fix tests build 2019-04-02 13:46:25 +03:00
gapi_operators_tests.hpp Merge pull request #13008 from dbudniko:dbudniko/gpu_opencl_backend 2018-11-08 22:14:53 +03:00
gapi_tests_common.hpp Merge pull request #14757 from andrey-golubev:core_tests_update 2019-06-28 13:07:41 +03:00
gapi_tests_helpers.hpp Merge pull request #14757 from andrey-golubev:core_tests_update 2019-06-28 13:07:41 +03:00