Sha256: b7bd5ab3faffe005815153d2f6431e98daf1fe7c2eead2ed89a3bf1f51591c56

Contents?: true

Size: 1.28 KB

Versions: 10

Compression:

Stored size: 1.28 KB

Contents

#ifndef __VERSION_TEST_H__
#define __VERSION_TEST_H__

/*
 *  VersionTest.h
 *  zxing
 *
 *  Copyright 2010 ZXing authors All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <zxing/qrcode/ErrorCorrectionLevel.h>

namespace zxing {
namespace qrcode {

class VersionTest : public CPPUNIT_NS::TestFixture {
  CPPUNIT_TEST_SUITE(VersionTest);
  CPPUNIT_TEST(testVersionForNumber);
  CPPUNIT_TEST(testGetProvisionalVersionForDimension);
  CPPUNIT_TEST(testDecodeVersionInformation);
  CPPUNIT_TEST_SUITE_END();

public:

protected:
  void testVersionForNumber();
  void testGetProvisionalVersionForDimension();
  void testDecodeVersionInformation();

private:
};
}
}

#endif // __VERSION_TEST_H__

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
zxing_cpp_mac_big_sur-0.1.1 ext/zxing/zxing-cpp/core/tests/src/qrcode/VersionTest.h
zxing_cpp_no_cmake-0.1.2 ext/zxing/zxing-cpp/core/tests/src/qrcode/VersionTest.h
zxing_cpp_no_cmake-0.1.1 ext/zxing/zxing-cpp/core/tests/src/qrcode/VersionTest.h
zxing_cpp-0.1.1 ext/zxing/zxing-cpp/core/tests/src/qrcode/VersionTest.h
zxing_cpp-0.1.0 ext/zxing/zxing-cpp/core/tests/src/qrcode/VersionTest.h
qrscanner-0.4.1 ext/qrscanner/zxing/core/tests/src/qrcode/VersionTest.h
qrscanner-0.4 ext/qrscanner/zxing/core/tests/src/qrcode/VersionTest.h
qrscanner-0.3.1 ext/qrscanner/zxing/core/tests/src/qrcode/VersionTest.h
qrscanner-0.2 ext/qrscanner/zxing/core/tests/src/qrcode/VersionTest.h
qrscanner-0.1 ext/qrscanner/zxing/core/tests/src/qrcode/VersionTest.h