debian-mirror-gitlab/app/serializers/test_case_entity.rb

11 lines
195 B
Ruby
Raw Normal View History

2018-11-20 20:47:30 +05:30
# frozen_string_literal: true
2018-11-18 11:00:15 +05:30
class TestCaseEntity < Grape::Entity
expose :status
expose :name
2019-09-04 21:01:54 +05:30
expose :classname
2018-11-18 11:00:15 +05:30
expose :execution_time
expose :system_output
expose :stack_trace
end