lab_intro
Ineluctable Introduction
unit_tests.cpp File Reference
#include "catch.hpp"
#include "../mp1.h"
#include "../cs225/PNG.h"
#include "../cs225/HSLAPixel.h"
+ Include dependency graph for unit_tests.cpp:

Macros

#define CATCH_CONFIG_MAIN
 

Functions

 TEST_CASE ("HSLAPixel's default constructor creates a white pixel","[weight=1]")
 
 TEST_CASE ("HSLAPixel's default constructor creates an opaque pixel","[weight=1]")
 
 TEST_CASE ("HSLAPixel's HSL constructor creates a pixel with provided HSL values","[weight=1]")
 
 TEST_CASE ("HSLAPixel's HSL constructor creates an opaque pixel","[weight=1]")
 
 TEST_CASE ("HSLAPixel's HSLA constructor creates a pixel with provided HSLA values","[weight=1]")
 
 TEST_CASE ("Rotate in_01.png","[weight=1]")
 
 TEST_CASE ("Rotate in_02.png","[weight=1]")
 
 TEST_CASE ("Rotate in_03.png","[weight=1]")
 

Macro Definition Documentation

#define CATCH_CONFIG_MAIN

Function Documentation

TEST_CASE ( "HSLAPixel's default constructor creates a white pixel"  ,
""  [weight=1] 
)
TEST_CASE ( "HSLAPixel's default constructor creates an opaque pixel"  ,
""  [weight=1] 
)
TEST_CASE ( "HSLAPixel's HSL constructor creates a pixel with provided HSL values"  ,
""  [weight=1] 
)
TEST_CASE ( "HSLAPixel's HSL constructor creates an opaque pixel"  ,
""  [weight=1] 
)
TEST_CASE ( "HSLAPixel's HSLA constructor creates a pixel with provided HSLA values"  ,
""  [weight=1] 
)
TEST_CASE ( "Rotate in_01.png"  ,
""  [weight=1] 
)
TEST_CASE ( "Rotate in_02.png"  ,
""  [weight=1] 
)
TEST_CASE ( "Rotate in_03.png"  ,
""  [weight=1] 
)