mock abstract method

Result mock(
  1. List<T> mockDataList
)

Register the data for the mock.

Once the data for the mock is registered, it will not be changed.

Implementation

Result mock(List<T> mockDataList);