RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
CameraSensorInfoTest.cpp File Reference
#include "metadata/CameraSensorInfo.h"
#include <algorithm>
#include <cstdlib>
#include <iostream>
#include <limits>
#include <memory>
#include <tuple>
#include <vector>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
Include dependency graph for CameraSensorInfoTest.cpp:

Go to the source code of this file.

Classes

class  rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::CameraSensorInfoTestDumb
struct  rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::IsoExpectationsT
class  rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::CameraSensorInfoTest
class  CameraSensorInfo

Namespaces

namespace  rawspeed_test
namespace  rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}

Functions

std::vector< int > rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::ISOList (6)
 rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::INSTANTIATE_TEST_SUITE_P (MinMax, CameraSensorInfoTestDumb, testing::Combine(testing::ValuesIn(ISOList), testing::ValuesIn(ISOList)))
 rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P (CameraSensorInfoTestDumb, Constructor)
 rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P (CameraSensorInfoTestDumb, Getters)
 rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P (CameraSensorInfoTestDumb, AssignmentConstructor)
 rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P (CameraSensorInfoTestDumb, AssignmentConstructorGetters)
 rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P (CameraSensorInfoTestDumb, Assignment)
 rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P (CameraSensorInfoTestDumb, AssignmentGetters)
 rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::INSTANTIATE_TEST_SUITE_P (Expectations, CameraSensorInfoTest, testing::ValuesIn(CameraSensorIsoInfos))
 rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P (CameraSensorInfoTest, IsDefault)
 rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P (CameraSensorInfoTest, isIsoWithin)
int main (int argc, char **argv)

Variables

const struct IsoExpectationsT rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::CameraSensorIsoInfos []

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 326 of file CameraSensorInfoTest.cpp.