注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Quick 「Quick」は Swift / Objective-C で利用できるテスティングフレームワークです。RSpec や Specta... Quick 「Quick」は Swift / Objective-C で利用できるテスティングフレームワークです。RSpec や Specta、Ginkgo などといった Spec 系統のフレームワークをインスパイヤしており、これらと同様の形式でテストケースを記述できます。 import Quick import Nimble class TableOfContentsSpec: QuickSpec { override func spec() { describe("the table of contents below") { it("has everything you need to get started") { let sections = TableOfContents().sections expect(sections).to(contain("Quick: Exampl
2015/05/21 リンク