[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[jx8-ios] index

Test set to validate S8 running on top of JX8 environment in iOS devices.

How to run this tests for jx8-ios

Test pages

Basic functionality

Internal modules

Other

Index chunks

"Evaluating first chunk of the test set"

(Smalltalk includesKey: #Smalltalk) ifFalse: [
    self print: 'Require s8 execution environment.'.
    self abort
].
(Smalltalk includesKey: #NodeJS) ifFalse: [
    self print: 'Require NodeJS framework.'.
    self abort
].
Smalltalk nativeObjectAt: #jxcore ifAbsent: [
    self print: 'Require JX8 execution environment.'.
    self abort
].