Skip to content
Open
No due date
Last updated Dec 18, 2024
20% complete

The current "testing" for the library are the following:

  • genc lib
  • Project bootstrap
  • Singleheader gen
  • Sanity test that stress tests on large resource consumption.
  • SOA mock generation
  • Scanning unreal files (not in this repo)

Nice to have in this repo - Order of priority:

  • Fail cases
  • Every conditional option for the upfront constructors
  • Every conditional option covered for serialization.
  • Every conditional option covered for parse constructors

The most expensive to test is the operator validation.

  • Could make a wrapper for a s128 and define all the operator overloads for it. Can have two variants, one with the overloads as a member functions, the other as a bare pod struct with overloads.

List view