---

---

ExistentBaseOne():
  location: base.py
  annotations: |
    Base type for test
  methods:
    "method() -> void:null": |
      Test method

ExistentBaseTwo():
  location: base.py
  annotations: |
    Base type for test
  methods:
    "method() -> void:null": |
      Test method

"NonExistentBaseOne::MyEntityOne()":
  location: entity.py
  annotations: |
    Mutation from non-existent type
  methods:
    "method_1() -> void:null": |
      Test method

"ExistentBaseOne::NonExistentBaseTwo::MyEntityTwo()":
  location: entity.py
  annotations: |
    Mutation from non-existent type
  methods:
    "method_1() -> void:null": |
      Test method

"ExistentBaseOne::ExistentBaseTwo::NonExistentBaseThree::MyEntityThree()":
  location: entity.py
  annotations: |
    Mutation from non-existent type
  methods:
    "method_1() -> void:null": |
      Test method
