Unravel Engine C++ Reference
Loading...
Searching...
No Matches
tests.cpp File Reference
#include "tests.h"
#include "tests_helper.h"
#include <seq/detail/seq_internal.h>
#include <seq/seq.h>
#include <suitepp/suite.hpp>

Go to the source code of this file.

Classes

struct  seq::values_t< T >
 

Namespaces

namespace  seq
 Provides a sequence-based action management system for controlling and scheduling actions.
 

Functions

void seq::seq_update (seq::duration_t duration)
 
template<typename T >
void seq::core_seq_test_impl (seq::seq_action &action, seq::duration_t duration, bool step_update, const values_t< T > &values, const T &begin, const T &end)
 
template<typename T >
seq::seq_action seq::creator (const std::string &type, values_t< T > &values, T &begin, const T &end, seq::duration_t duration)
 
template<typename T >
void seq::scenario (bool use_shared_ptr, bool step_update, const std::string &type, seq::duration_t duration, T begin, T end, T object_value)
 
template<typename T >
void seq::core_seq_test (const std::string &type, const std::string &easing_type, seq::duration_t duration, T begin, T end, T object_value)
 
template<typename T >
void seq::run_seq_test (const std::string &type, const std::string &easing_type, const T &begin, const T &end, const T &object)
 
void seq::test_scopes ()
 
void seq::run (bool use_random_inputs)
 

Variables

int seq::SEQ_UPDATE_STEP_COUNT = 10
 
seq::ease_t seq::EASING = seq::ease::linear